home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / TCP-based EVAL server / readme < prev   
Encoding:
Text File  |  1994-09-12  |  293 b   |  14 lines  |  [TEXT/CCL2]

  1. #|
  2. ;sample use:
  3. On mac load eval server and do (start-eval-server :a-server)
  4. On an other load eval-client and do
  5.  
  6. (start-eval-client "132.187.103.165" :the-first-client)
  7.  
  8. try
  9.  
  10. (request-eval  '(+ 3 4 5) :the-first-client)
  11. |#
  12.  
  13. Contact the poeck@informatik.uni-wuerzburg.de  if you have problems
  14.